home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / power / setup.exe / {app} / POWERARC.EXE / 0 / RCDATA / TCOMMENTFORM / TCOMMENTFORM.txt
Text File  |  2004-04-06  |  3KB  |  121 lines

  1. object CommentForm: TCommentForm
  2.   Left = 165
  3.   Top = 271
  4.   Width = 561
  5.   Height = 334
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Comment'
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = True
  12.   Scaled = False
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnKeyPress = FormKeyPress
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ViewPanel: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 553
  23.     Height = 300
  24.     Align = alClient
  25.     TabOrder = 0
  26.     object CommentText: TRichEdit
  27.       Left = 1
  28.       Top = 1
  29.       Width = 551
  30.       Height = 264
  31.       Align = alClient
  32.       HideSelection = False
  33.       HideScrollBars = False
  34.       Lines.Strings = (
  35.         'Msg')
  36.       MaxLength = 4096
  37.       ReadOnly = True
  38.       ScrollBars = ssVertical
  39.       TabOrder = 0
  40.     end
  41.     object Panel1: TPanel
  42.       Left = 1
  43.       Top = 265
  44.       Width = 551
  45.       Height = 34
  46.       Align = alBottom
  47.       TabOrder = 1
  48.       object CloseButt: TButton
  49.         Left = 3
  50.         Top = 5
  51.         Width = 70
  52.         Height = 24
  53.         Caption = 'C&lose'
  54.         TabOrder = 0
  55.         OnClick = CloseButtClick
  56.       end
  57.       object ClearButt: TButton
  58.         Left = 76
  59.         Top = 5
  60.         Width = 70
  61.         Height = 24
  62.         Caption = '&Clear'
  63.         TabOrder = 1
  64.         OnClick = ClearButtClick
  65.       end
  66.       object CorelButton2: TButton
  67.         Left = 149
  68.         Top = 5
  69.         Width = 92
  70.         Height = 24
  71.         Caption = '&Insert From File'
  72.         TabOrder = 2
  73.         OnClick = CorelButton2Click
  74.       end
  75.       object FontButt: TButton
  76.         Left = 244
  77.         Top = 5
  78.         Width = 75
  79.         Height = 24
  80.         Caption = '&Font'
  81.         TabOrder = 3
  82.         OnClick = FontButtClick
  83.       end
  84.       object checkbox1: TCheckBox
  85.         Left = 322
  86.         Top = 8
  87.         Width = 223
  88.         Height = 17
  89.         Caption = 'Fl&oat comments when opening Zip files'
  90.         TabOrder = 4
  91.       end
  92.     end
  93.   end
  94.   object FontDialog: TFontDialog
  95.     Font.Charset = DEFAULT_CHARSET
  96.     Font.Color = clWindowText
  97.     Font.Height = -11
  98.     Font.Name = 'MS Sans Serif'
  99.     Font.Style = []
  100.     MinFontSize = 0
  101.     MaxFontSize = 0
  102.     Left = 8
  103.     Top = 5
  104.   end
  105.   object FormStorage1: TFormStorage
  106.     UseRegistry = True
  107.     StoredProps.Strings = (
  108.       'CommentText.Font')
  109.     StoredValues = <>
  110.     Left = 40
  111.     Top = 5
  112.   end
  113.   object OpenDialog1: TAgOpenDialog
  114.     Filter = 'Text files (*.txt; *.diz)|*.txt;*.diz'
  115.     Title = 'Select text file for insertion...'
  116.     ShowPlacesBar = True
  117.     Left = 248
  118.     Top = 105
  119.   end
  120. end
  121.